Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pestphp/pest ^1.0 -> ^3.0.2 age adoption passing confidence

Release Notes

pestphp/pest (pestphp/pest)

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

Please consult the upgrade guide and release notes in the official Pest documentation.

v2.35.1

Compare Source

Full Changelog: pestphp/pest@v2.35.0...v2.35.1

v2.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.34.9...v2.35.0

v2.34.9

Compare Source

Full Changelog: pestphp/pest@v2.34.8...v2.34.9

v2.34.8

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.34.7...v2.34.8

v2.34.7

Compare Source

Full Changelog: pestphp/pest@v2.34.6...v2.34.7

v2.34.6

Compare Source

Full Changelog: pestphp/pest@v2.34.5...v2.34.6

v2.34.5

Compare Source

Full Changelog: pestphp/pest@v2.34.4...v2.34.5

v2.34.4

Compare Source

Full Changelog: pestphp/pest@v2.34.3...v2.34.4

v2.34.3

Compare Source

Full Changelog: pestphp/pest@v2.34.2...v2.34.3

v2.34.2

Compare Source

Full Changelog: pestphp/pest@v2.34.1...v2.34.2

v2.34.1

Compare Source

Full Changelog: pestphp/pest@v2.34.0...v2.34.1

v2.34.0

Compare Source

What's Changed

  • feat(plugin-laravel): adds --without-exception-handling, --with-exception-handling, without-deprecation-handling, and with-deprecation-handling CLI options

v2.33.6

Compare Source

Full Changelog: pestphp/pest@v2.33.5...v2.33.6

v2.33.5

Compare Source

Full Changelog: pestphp/pest@v2.33.4...v2.33.5

v2.33.4

Compare Source

Full Changelog: pestphp/pest@v2.33.3...v2.33.4

v2.33.3

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.33.2...v2.33.3

v2.33.2

Compare Source

Full Changelog: pestphp/pest@v2.33.1...v2.33.2

v2.33.1

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.33.0...v2.33.1

v2.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.32.3...v2.33.0

v2.32.3

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.32.2...v2.32.3

v2.32.2

Compare Source

Full Changelog: pestphp/pest@v2.32.1...v2.32.2

v2.32.1

Compare Source

Full Changelog: pestphp/pest@v2.32.0...v2.32.1

v2.32.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.31.0...v2.32.0

v2.31.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.30.0...v2.31.0

v2.30.0

Compare Source

v2.29.1

Compare Source

Full Changelog: pestphp/pest@v2.29.0...v2.29.1

v2.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.28.1...v2.29.0

v2.28.1

Compare Source

Full Changelog: pestphp/pest@v2.28.0...v2.28.1

v2.28.0

Compare Source

Full Changelog: pestphp/pest@v2.27.0...v2.28.0

v2.27.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.25.0...v2.26.0

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.24.3...v2.25.0

v2.24.3

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.24.2...v2.24.3

v2.24.2

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.24.1...v2.24.2

v2.24.1

Compare Source

Full Changelog: pestphp/pest@v2.24.0...v2.24.1

v2.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.23.2...v2.24.0

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.1

Compare Source

Full Changelog: pestphp/pest@v2.22.0...v2.22.1

v2.22.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.21.0...v2.22.0

v2.21.0

Compare Source

Full Changelog: pestphp/pest@v2.20.0...v2.21.0

v2.20.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.19.2...v2.20.0

v2.19.2

Compare Source

Full Changelog: pestphp/pest@v2.19.1...v2.19.2

v2.19.1

Compare Source

Full Changelog: pestphp/pest@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.18.0...v2.18.1

v2.18.0

Compare Source

v2.17.0

Compare Source

Added
  • toHaveMethod expectation (#​947)
  • toHaveAttribute expectation (#​934)

v2.16.1

Compare Source

Added
Fixed
New Contributors

v2.16.0

Compare Source

Added
  • toBeDigits (#​911)
  • toBeCamelCase, toBeKebabCase, toBeSnakeCase, toBeStudlyCase, toHaveSnakeCaseKeys, toHaveKebabCaseKeys, toHaveCamelCaseKeys, toHaveStudlyCaseKeys (#​921)
  • native functions support on arch expectations, e.g: expect('sleep')->toBeUsed(); (#​4)
Changed
Fixed

v2.15.0

Compare Source

Added

v2.14.1

Compare Source

Changed
  • Bumps PHPUnit to ^10.3.2 (e012517)

v2.14.0

Compare Source

Added
  • toBeUppercase(), toBeLowercase(), toBeAlphaNumeric(), toBeAlpha() (#​906)

v2.13.0

Compare Source

Added
  • expect()->ddWhen and expect()->ddUnless (306b7eb)

v2.12.2

Compare Source

Fixed
  • Running tests from uses parent class (#​898)

v2.12.1

Compare Source

Full Changelog: pestphp/pest@v2.12.0...v2.12.1

v2.12.0

Compare Source

Added
  • Allows multiple toMatchSnapshot per test (#​881)
Changed
  • Bumps PHPUnit to ^10.2.7 (43107c1)

v2.11.0

Compare Source

Added
  • toBeInvokableexpectation (#​891)

v2.10.1

Compare Source

Fixed
  • not->toHaveSuffix and toHavePrefix expectations (#​888)

v2.10.0

Compare Source

Added
Fixed

v2.9.5

Compare Source

Full Changelog: pestphp/pest@v2.9.4...v2.9.5

v2.9.4

Compare Source

Full Changelog: pestphp/pest@v2.9.3...v2.9.4

v2.9.3

Compare Source

v2.9.2

Compare Source

TODO

v2.9.1

Compare Source

Full Changelog: pestphp/pest@v2.9.0...v2.9.1

v2.9.0

Compare Source

TODO

v2.8.3

Compare Source

Full Changelog: pestphp/pest@v2.8.2...v2.8.3

v2.8.2

Compare Source

Full Changelog: pestphp/pest@v2.8.1...v2.8.2

v2.8.1

Compare Source

Full Changelog: pestphp/pest@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed
New Contributors

Full Changelog: pestphp/pest@v2.7.0...v2.8.0

v2.7.0

Compare Source

Full Changelog: pestphp/pest@v2.6.3...v2.7.0

v2.6.3

Compare Source

Full Changelog: pestphp/pest@v2.6.2...v2.6.3

v2.6.2

Compare Source

Full Changelog: pestphp/pest@v2.6.1...v2.6.2

v2.6.1

Compare Source

What's Changed
New Contributors

Full Changelog: pestphp/pest@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.5.3...v2.6.0

v2.5.3

Compare Source

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

Chore
  • Bumps PHPUnit to ^10.1.0 (#​780)

v2.4.0

Compare Source

Added
  • skipOnWindows(), skipOnMac(), and skipOnLinux() (#​757)
  • source architecture testing violation (#​1)(8e66263)
  • toHaveProperties may now also check values (#​760)
Fixed
  • Tests on tests/Helpers directory not being executed (#​753)
  • Teamcity count (#​747)
  • Parallel executation when class extends class with same name (#​748)
  • Wording on uses() hint (#​745)

v2.3.0

Compare Source

Added
  • Better error handler about missing uses (#​743)
Fixed
  • Inconsistent spelling of dataset (#​739)
Chore
  • Bumps PHPUnit to ^10.0.19 (3d7e621)

v2.2.3

Compare Source

Fixed
  • Unnecessary dataset on dataset arguments missmatch (#​736)
  • Parallel arguments on plugins order (#​703)
  • Arch plugin runtime exceptions on bad phpdocs (2f2b51c)

v2.2.2

Compare Source

Fixed
  • Edge case in parallel executation test description (3ce6408)

v2.2.1

Compare Source

Fixed
  • Collision between tests names with underscores (#​724)

v2.2.0

Compare Source

Added
  • Improved error messages on dataset arguments mismatch (#​698)
  • Allows the usage of DateTimeInterface on multiple expectations (#​716)
Fixed
  • --dirty option on Windows environments (#​721)
  • Parallel exit code when phpunit.xml is outdated (14dd5cb)

v2.1.0

Compare Source

Added
Fixed
  • Issues with different characters on test names (715)

v2.0.2

Compare Source

Fixed
  • Pest.php not being loaded in certain scenarios (b887116)

v2.0.1

Compare Source

Fixed
  • Wrong version configuration key on composer.json (8f91f40)

v1.23.1

Compare Source

v1.23.0

Compare Source

v1.22.6

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.22.5...v1.22.6

v1.22.5

Compare Source

Full Changelog: pestphp/pest@v1.22.4...v1.22.5

v1.22.4

Compare Source

Full Changelog: pestphp/pest@v1.22.3...v1.22.4

v1.22.3

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.22.2...v1.22.3

v1.22.2

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.22.1...v1.22.2

v1.22.1

Compare Source

Full Changelog: pestphp/pest@v1.22.0...v1.22.1

v1.22.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.21.3...v1.22.0

v1.21.3

Compare Source

Full Changelog: pestphp/pest@v1.21.2...v1.21.3

v1.21.2

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.21.1...v1.21.2

v1.21.1

Compare Source

Fixed

v1.21.0

Compare Source

v1.20.0

Compare Source

Added
  • throwsIf test call (#​371)
  • --ci CLI option to ignore development options like ->local() (#​405)
  • when conditional expectation (#​406)
  • unless conditional expectation (b43a598)
  • match conditional expectation (#​407)
Fixed
  • sequence with more expectations than iterable elements (#​399)

v1.19.0

Compare Source

v1.18.0

Compare Source

v1.17.0

Compare Source

v1.16.0

Compare Source

v1.15.0

Compare Source

v1.14.0

Compare Source

v1.13.0

Compare Source

v1.12.0

Compare Source

v1.11.0

Compare Source

v1.10.0

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.0

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.0

Compare Source

v1.5.0

Compare Source

v1.4.0

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

v1.1.0

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v3 chore(deps): update dependency pestphp/pest to v3 - abandoned Aug 23, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Aug 23, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant